-- background: 2796 from stack: in -- bmap block id: 18274 -- flags: 0000 -- background id: 0 -- name: Novel Menu -- part 1 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=53 top=118 right=140 bottom=73 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Characters ----- HyperTalk script ----- on mouseUp set hilite of bkgnd button "Characters" to false visual effect dissolve go to card "Character Menu" end mouseUp -- part 12 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=77 top=119 right=140 bottom=263 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 16 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=55 top=87 right=108 bottom=276 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 22 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=77 top=172 right=195 bottom=324 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: Reviewer -- part 24 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=77 top=200 right=221 bottom=421 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: Author -- part 25 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=77 top=145 right=166 bottom=263 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 28 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=53 top=145 right=167 bottom=73 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: plot ----- HyperTalk script ----- on mouseUp visual effect dissolve set hilite of bkgnd button "Plot" to false go to card "Plot Menu" end mouseUp -- part 29 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=53 top=172 right=195 bottom=73 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: review ----- HyperTalk script ----- on mouseUp set hilite of bkgnd button "Review" to false put field "Reviewer" of card "Novel Menu" into bkgnd field "Reviewer" of card "Review" visual effect dissolve go to card "Review" end mouseUp -- part 30 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=53 top=199 right=221 bottom=74 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Author ----- HyperTalk script ----- on mouseUp set hilite of bkgnd button "Author" to false delete line 1 of bkgnd field "Author" of card "Author" put field "Author" of card "Novel Menu" into bkgnd field "Author" of card "Author" visual effect dissolve go to card "Author" end mouseUp -- part 31 (button) -- low flags: 00 -- high flags: 2005 -- rect: left=53 top=226 right=248 bottom=74 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: WhatIf ----- HyperTalk script ----- on mouseUp set hilite of bkgnd button "WhatIf" to false put field "whatIf" of card "Novel Menu" into bkgnd field "WhatIf" of card "WhatIf 1" visual effect dissolve go to card "WhatIf 1" end mouseUp -- part 34 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=77 top=226 right=247 bottom=263 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: whatIf -- part 39 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=42 top=37 right=69 bottom=130 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 33 -- text size: 24 -- style flags: 256 -- line height: 32 -- part name: -- part 40 (button) -- low flags: 00 -- high flags: A002 -- rect: left=16 top=319 right=340 bottom=76 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp global ReturnCard go ReturnCard end mouseUp